Skip to content

Conversation

@dhruvjanghu
Copy link

Description

Have added a new usage example for split() function under the utilities category, done through out 4 different languages.

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  • Each language version was tested locally using the SplashKit environment:

Testing Checklist

  • Tested in latest Chrome
  • Tested in latest Firefox
  • npm run build
  • npm run preview

(no visual or formatting issues in preview)

Checklist

If involving code

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code in hard-to-understand areas
  • I have made corresponding changes to the documentation (.txt file)
  • My changes generate no new warnings

If modified config files

  • I have checked the following files for changes:
    • package.json
    • astro.config.mjs
    • netlify.toml
    • docker-compose.yml
    • custom.css

Folders and Files Added/Modified

Added

  • public/usage-examples/utilities/split_text-1-example.cpp
  • public/usage-examples/utilities/split_text-1-example-top-level.cs
  • public/usage-examples/utilities/split_text-1-example-oop.cs
  • public/usage-examples/utilities/split_text-1-example.py
  • public/usage-examples/utilities/split_text-1-example.txt
  • public/usage-examples/utilities/split_text-1-example.png

@netlify
Copy link

netlify bot commented Oct 5, 2025

Deploy Preview for splashkit ready!

Name Link
🔨 Latest commit 66e341a
🔍 Latest deploy log https://app.netlify.com/projects/splashkit/deploys/68e28d7c8dcb2e00087327ee
😎 Deploy Preview https://deploy-preview-666--splashkit.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

@Mdanial01 Mdanial01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pull request provides well-structured and minimal usage examples of the split_text function across Python, C++, and C#, demonstrating consistent formatting and clear functionality for developers. The examples are easy to follow and highlight how to split a string into individual words using SplashKit utilities. To further enhance the PR, it would be helpful to include information about testing the examples to ensure they work correctly in all languages, as well as update the documentation to reference these new examples. Adding test cases or instructions for verification would improve usability, especially for beginners. Overall, this PR effectively introduces multi-language examples that are clear, concise, and aligned with project guidelines, making them a valuable addition to the repository.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The file has not description.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants